projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c04cbc3
)
(event_kind): New event type: timer_event.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 29 Jan 1996 04:53:39 +0000
(
04:53
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 29 Jan 1996 04:53:39 +0000
(
04:53
+0000)
src/termhooks.h
patch
|
blob
|
history
diff --git
a/src/termhooks.h
b/src/termhooks.h
index 314129c209eb0e3df654e3c06105e939be06fc03..bd1fdc369e5d81fdfe13b1cc9fac143fb88f087a 100644
(file)
--- a/
src/termhooks.h
+++ b/
src/termhooks.h
@@
-220,6
+220,7
@@
enum event_kind
which the key was typed.
.timestamp gives a timestamp (in
milliseconds) for the keystroke. */
+ timer_event, /* A timer fired. */
mouse_click, /* The button number is in .code; it must
be >= 0 and < NUM_MOUSE_BUTTONS, defined
below.